Missing semicolon (;) at end of SQL statement. (Error 3137)

The SQL statement has additional invalid tokens following an SQL statement. For example, ôSELECT col1 FROM table1 garbageö would return this error. ôSELECT col1 FROM table1; garbageö would be valid.